feat: add CITATION.cff and .zenodo.json for academic citation support#2291
Merged
mnriem merged 3 commits intogithub:mainfrom Apr 21, 2026
Merged
feat: add CITATION.cff and .zenodo.json for academic citation support#2291mnriem merged 3 commits intogithub:mainfrom
mnriem merged 3 commits intogithub:mainfrom
Conversation
Adds a Citation File Format file (CITATION.cff) so GitHub surfaces a native "Cite this repository" button, and a .zenodo.json metadata file so Zenodo can pre-fill the DOI record once a maintainer enables the integration at zenodo.org. Closes github#2269
Contributor
There was a problem hiding this comment.
Pull request overview
Adds standard citation metadata files so the repository can be cited directly via GitHub’s “Cite this repository” UI and optionally integrated with Zenodo for DOI minting on releases.
Changes:
- Added
CITATION.cff(CFF 1.2.0) for GitHub-native citation metadata. - Added
.zenodo.jsonto prefill Zenodo deposit metadata for DOI creation on release.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
CITATION.cff |
Introduces citation metadata for GitHub’s citation feature (title/authors/version/date/keywords). |
.zenodo.json |
Adds Zenodo metadata (title/description/creators/license/keywords/related identifier) for DOI deposits. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
requested changes
Apr 21, 2026
Collaborator
mnriem
left a comment
There was a problem hiding this comment.
Please address all feedback, both mine and Copilot feedback
- Fix 'a specify CLI' -> 'the Specify CLI' in both files - Broaden description to include extensions, presets, and workflows - Remove empty orcid fields from .zenodo.json creators - Update date-released to 2026-04-17 (actual 0.7.3 release date)
Contributor
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
mnriem
previously approved these changes
Apr 21, 2026
Collaborator
|
Thank you! |
elTorres
pushed a commit
to elTorres/spec-kit
that referenced
this pull request
Apr 22, 2026
…github#2291) * feat: add CITATION.cff and .zenodo.json for academic citation support Adds a Citation File Format file (CITATION.cff) so GitHub surfaces a native "Cite this repository" button, and a .zenodo.json metadata file so Zenodo can pre-fill the DOI record once a maintainer enables the integration at zenodo.org. Closes github#2269 * fix: address PR review feedback on citation metadata - Fix 'a specify CLI' -> 'the Specify CLI' in both files - Broaden description to include extensions, presets, and workflows - Remove empty orcid fields from .zenodo.json creators - Update date-released to 2026-04-17 (actual 0.7.3 release date) * fix: correct docs URL in CITATION.cff to github.io domain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CITATION.cff(Citation File Format 1.2.0) — GitHub natively surfaces a "Cite this repository" button once this file is onmain, no further setup needed..zenodo.json— Zenodo reads this to pre-fill the DOI metadata record. Once a maintainer enables the integration at zenodo.org (Settings → GitHub → enable spec-kit), Zenodo will mint a DOI on the next release automatically.Closes #2269
What maintainers still need to do
The
CITATION.cfffile works independently of Zenodo — GitHub will show the cite button as soon as this PR merges.Manual test results
No slash commands are affected by this change (metadata files only, no scripts or templates modified).
Agent: Claude Code (claude-sonnet-4-6) | OS/Shell: Windows 11 / bash
pytest tests/ -qAI disclosure
This PR was written with Claude Code (Anthropic) assistance. The file contents, authorship choices, and metadata values were reviewed and approved by the human contributor before submission.